28d187ca1a
(cherry picked from commit e7cdba7)
5 lines
89 B
Kotlin
Vendored
5 lines
89 B
Kotlin
Vendored
annotation class Small(val i: Int, val s: String)
|
|
|
|
@Sma<caret>ll(1, "2") fun test1() {
|
|
|
|
} |