26e923e3ae
Also add standalone mode utils to configure Application/Project environments
9 lines
92 B
Kotlin
Vendored
9 lines
92 B
Kotlin
Vendored
package test
|
|
|
|
annotation class MyAnno
|
|
|
|
@<caret>MyAnno
|
|
class Foo {
|
|
fun bar(): Int = 42
|
|
}
|