Files
kotlin-fork/jps/jps-plugin/testData/incremental/classHierarchyAffected/companionObjectNameChanged/companionExtension.kt
T
2022-01-12 15:09:45 +01:00

3 lines
42 B
Kotlin
Vendored

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