Files
codeql/java/ql/test/kotlin/library-tests/methods/methods3.kt
2022-05-10 18:45:58 +01:00

8 lines
119 B
Kotlin

package foo.bar
fun Int.fooBarTopLevelMethod(x: Int) {}
class Class3 {
fun Int.fooBarTopLevelMethod(x: Int) {}
}