Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
exposed
/
nested.kt
blob: 692fcf8afdfb200e5ea687776fbd3529644731f0 [
file
]
// FIR_IDENTICAL
internal
open
class
My
internal
class
Outer
{
// Ok, effectively internal from internal
class
Your
:
My
()
}