Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/native/constructor.kt
T

11 lines
305 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] constructor()<!>