Files
kotlin-fork/jps/jps-plugin/testData/incremental/classHierarchyAffected/companionObjectToSimpleObject/companionExtension.kt
T
2016-01-22 16:01:35 +03:00

3 lines
35 B
Kotlin

fun A.AA.ext() {
x.hashCode()
}