c4fe7e4453
KTIJ-27966
10 lines
153 B
Kotlin
Vendored
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 */
|
|
}
|