Files
kotlin-fork/jps-plugin/testData/incremental/classHierarchyAffected/companionObjectToSimpleObject/companionExtension.kt
T

3 lines
35 B
Kotlin
Vendored

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