7f50e6e70e
(cherry picked from commit 93aaa48)
9 lines
124 B
Plaintext
Vendored
9 lines
124 B
Plaintext
Vendored
annotation class Ann
|
|
|
|
class AnnotatedParam {
|
|
constructor(@Ann x: Double) {
|
|
this.y = x
|
|
}
|
|
|
|
val y: Double
|
|
} |