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

8 lines
56 B
Kotlin

class A {
var x: Int
get() = 1
set(_) { }
}