7f50e6e70e
(cherry picked from commit 93aaa48)
5 lines
85 B
Plaintext
Vendored
5 lines
85 B
Plaintext
Vendored
annotation class Ann(val t: String)
|
|
|
|
class Annotated {
|
|
@Ann("42") constructor()
|
|
} |