Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
override
/
NoOverrideAndWeakenedVisibilityOnOneLine.fir.kt
blob: 6ac2802713038a4a3584fba8c194e46daa2fbae6 [
file
]
internal
interface
InternalInterface
{
val x
:
Any
}
class
PublicClass
:
InternalInterface
{
internal
val
<!
VIRTUAL_MEMBER_HIDDEN
!>
x
<!>:
Any
=
42
}