mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +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) {}
|
|
}
|