Files
codeql/java/ql/test-kotlin1/library-tests/methods/methods4.kt
2023-11-21 15:28:12 +00:00

13 lines
109 B
Kotlin

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