11 lines
280 B
Kotlin
Vendored
11 lines
280 B
Kotlin
Vendored
class A {
|
|
<!WRONG_MODIFIER_TARGET!>external<!> constructor() {}
|
|
inner class B {
|
|
<!WRONG_MODIFIER_TARGET!>external<!> constructor() {}
|
|
}
|
|
|
|
<!WRONG_MODIFIER_TARGET!>external<!> constructor(x: Int)
|
|
}
|
|
|
|
class C <!WRONG_MODIFIER_TARGET!>external<!> constructor()
|