Files
kotlin-fork/idea/testData/quickfix/autoImports/nestedClass.before.Dependency.kt
T
2015-05-27 16:15:44 +03:00

5 lines
45 B
Kotlin
Vendored

package test
class Test {
class Nested
}