mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
It's done with similar constructions where possible trying to preserve intended behavior. Some usages are removed because they test exactly the feature that we are going to drop soon.
8 lines
126 B
Kotlin
Vendored
8 lines
126 B
Kotlin
Vendored
annotation class ann
|
|
|
|
fun test(@ann <!UNUSED_PARAMETER!>p<!>: Int) {
|
|
|
|
}
|
|
|
|
val bar = fun(@ann <!UNUSED_PARAMETER!>g<!>: Int) {}
|