Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/native/nested/nativeNestedClassProhibited.kt
T
2016-02-20 15:19:29 +03:00

4 lines
74 B
Kotlin
Vendored

class A {
<!NATIVE_INNER_CLASS_PROHIBITED!>@native inner class B<!>
}