mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +02:00
8 lines
125 B
Kotlin
8 lines
125 B
Kotlin
package foo.bar
|
|
|
|
fun Int.fooBarTopLevelMethodExt(x: Int) {}
|
|
|
|
class Class3 {
|
|
fun Int.fooBarTopLevelMethodExt(x: Int) {}
|
|
}
|