bd38363077
To explicitly specify which test are failing
6 lines
102 B
Kotlin
Vendored
6 lines
102 B
Kotlin
Vendored
// "Make 'fancy' an annotation class" "true"
|
|
class fancy
|
|
|
|
@fancy<caret> class foo {}
|
|
|
|
/* IGNORE_FIR */ |