5c64832c0f
KT-66315
16 lines
251 B
Kotlin
Vendored
16 lines
251 B
Kotlin
Vendored
fun topLevelFunA() {}
|
|
fun topLevelFunB() {}
|
|
|
|
fun ClazzA.extensionFunA1() {}
|
|
fun ClazzA.extensionFunA2() {}
|
|
|
|
fun ClazzB.extensionFunB1() {}
|
|
fun ClazzB.extensionFunB2() {}
|
|
|
|
class ClazzA {
|
|
fun memberFun() {}
|
|
}
|
|
|
|
class ClazzB {
|
|
fun memberFun() {}
|
|
} |