79bed083e6
KTIJ-23504
8 lines
207 B
Kotlin
Vendored
8 lines
207 B
Kotlin
Vendored
interface A<!CONSTRUCTOR_IN_INTERFACE!>(val s: String)<!>
|
|
|
|
interface B <!CONSTRUCTOR_IN_INTERFACE!>constructor(val s: String)<!>
|
|
|
|
interface C {
|
|
<!CONSTRUCTOR_IN_INTERFACE!>constructor(s: String)<!> {}
|
|
}
|