834cdd63ab
#KT-16188 Fixed
9 lines
127 B
Plaintext
Vendored
9 lines
127 B
Plaintext
Vendored
// "Create annotation 'Foo'" "true"
|
|
class Test{
|
|
fun doSth(){
|
|
Foo::class.java
|
|
}
|
|
}
|
|
|
|
<caret>annotation class Foo
|