963e430b42
So #KT-22861 Fixed So #KT-22862 Fixed
9 lines
261 B
Kotlin
Vendored
9 lines
261 B
Kotlin
Vendored
// "Add annotation target" "false"
|
|
// ACTION: Create test
|
|
// ACTION: Make internal
|
|
// ACTION: Make private
|
|
// ERROR: This annotation is not applicable to target 'class' and use site target '@get'
|
|
annotation class Ann
|
|
|
|
<caret>@get:Ann
|
|
class Test(val foo: String) |