eab288bdd7
Deprecated test for annotation(params) completion deleted. A lot of tests changed.
9 lines
110 B
Kotlin
Vendored
9 lines
110 B
Kotlin
Vendored
Ann class MyClass
|
|
|
|
@Retention(AnnotationRetention.BINARY)
|
|
annotation class Ann
|
|
|
|
// 1 @LAnn;()
|
|
// 1 invisible
|
|
|