15 lines
151 B
Kotlin
Vendored
15 lines
151 B
Kotlin
Vendored
class A {
|
|
constructor(): thi()
|
|
val x: Int
|
|
|
|
constructor():
|
|
|
|
@ann fun foo()
|
|
|
|
constructor(): sup
|
|
|
|
constructor(): thi()
|
|
}
|
|
|
|
class B
|