blob: ac3663e5e02331988414b381dec81cb47505652a [file] [log] [blame]
// IS_APPLICABLE: false
// WITH_RUNTIME
fun test() {
J().<caret>setR({ println("Hello, world!") })
}