blob: e89a96f78cf26a5fc14873f61c70a720ffbf06c4 [file] [log] [blame]
fun test() {
class Test {
var <caret>someProperty = "No wrapper is expected"
}
}