99f1ab333e
#KT-7057 Fixed #KT-6772 Fixed
11 lines
293 B
Kotlin
11 lines
293 B
Kotlin
class A {
|
|
<!INAPPLICABLE_ANNOTATION!>native constructor() {}<!>
|
|
inner class B {
|
|
<!INAPPLICABLE_ANNOTATION!>native constructor() {}<!>
|
|
}
|
|
|
|
<!INAPPLICABLE_ANNOTATION!>native constructor(<!UNUSED_PARAMETER!>x<!>: Int)
|
|
<!>}
|
|
|
|
class C <!INAPPLICABLE_ANNOTATION!>[native]()<!>
|