Files
kotlin/compiler/testData/cli/js/languageVersion.kt
2018-08-30 14:57:31 +03:00

6 lines
58 B
Kotlin
Vendored

package test
annotation class Outer {
class Nested
}