01e5ee718f
#KT-6967 Fixed
14 lines
149 B
Kotlin
Vendored
14 lines
149 B
Kotlin
Vendored
class A {
|
|
constructor : this() {}
|
|
val x: Int
|
|
}
|
|
|
|
class C {
|
|
constructor : this()
|
|
}
|
|
|
|
class B {
|
|
constructor : this() {}
|
|
}
|
|
fun foo(): Int
|