Files
kotlin-fork/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/kotlinAnyNonTopLevel.kt
T
2023-12-01 14:56:01 +00:00

10 lines
153 B
Kotlin
Vendored

package kotlin
class Owner {
class Any /* kotlin.Any should be a supertype */
}
fun foo() {
class Any /* kotlin.Any should be a supertype */
}