Skip to content

Commit

Permalink
This is fine
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Nov 14, 2023
1 parent 0751a9e commit 5a19a9c
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,10 @@ class Bar9
public const PUBLIC_CONSTANT = 2;

}

class Bar10
{
use Foo;

final public const PUBLIC_FINAL_CONSTANT = 1;
}

0 comments on commit 5a19a9c

Please sign in to comment.