Files
kotlin-fork/idea/testData/checker/trivialHierarchyLoop.kt
T
2013-02-11 22:19:43 +04:00

3 lines
65 B
Kotlin
Vendored

class A : <error>A</error>() {}
val x : Int = <error>A()</error>