Files
2023-11-17 14:07:13 +00:00

8 lines
131 B
Kotlin

package foo.bar
fun String.fooBarTopLevelMethodExt(x: Int = 1) {}
class Class3 {
fun String.fooBarMethodExt(x: Int = 1) {}
}