mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
9 lines
86 B
Kotlin
9 lines
86 B
Kotlin
package a
|
|
|
|
class A {
|
|
}
|
|
|
|
fun A.foo() {
|
|
"" // a/APackage\$extensionFunction\$.+
|
|
}
|