ce3bf423ad
Currently doesn't work for primary ones #KT-7000 Fixed
11 lines
280 B
Kotlin
11 lines
280 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 [native] () // TODO KT-7057
|