Files
codeql/java/ql/test-kotlin2/library-tests/methods/methods4.kt
2023-11-17 14:07:13 +00:00

13 lines
109 B
Kotlin

package foo.bar
class NestedTest {
class InsideNestedTest {
fun m(x: InsideNestedTest) { }
}
}