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

8 lines
90 B
Kotlin
Vendored

package some
public class Some {
companion object {
public fun test() {
}
}
}