Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/native/nested/nativeNestedClassProhibited.kt
T

6 lines
109 B
Kotlin
Vendored

// !DIAGNOSTICS: -UNUSED_VARIABLE
class A {
<!NATIVE_INNER_CLASS_PROHIBITED!>@native inner class B<!>
}