Files
codeql/java/ql/test/kotlin/library-tests/methods/methods3.kt
2022-05-10 19:51:08 +01:00

8 lines
125 B
Kotlin

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