43ef113b7a
#KT-20314 Fixed
6 lines
90 B
Plaintext
Vendored
6 lines
90 B
Plaintext
Vendored
annotation class Small(val i: Int, val s: String)
|
|
|
|
@Small(1, "2")
|
|
private fun test1() {
|
|
|
|
} |