blob: 31274c11458c0c1c766cd3ede777f8352b7b34ac [file] [log] [blame]
annotation class SuperAnnotation
class TestClass(text: String) {
@SuperAnnotation val <caret>text = text
}