mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
12 lines
132 B
Kotlin
12 lines
132 B
Kotlin
|
|
package foo.bar
|
|
|
|
fun fooBarTopLevelMethod(x: Int, y: Int) {
|
|
}
|
|
|
|
class Class2 {
|
|
fun fooBarClassMethod(x: Int, y: Int) {
|
|
}
|
|
}
|
|
|