e06c13732f
So #KT-19871 Fixed
8 lines
113 B
Kotlin
Vendored
8 lines
113 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
annotation class A
|
|
|
|
class Constructor {
|
|
constructor(@A<caret> foo: String) {
|
|
}
|
|
} |