89337ff51e
Also adjust quickfix for deprecated syntax
11 lines
303 B
Kotlin
Vendored
11 lines
303 B
Kotlin
Vendored
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()<!>
|