These were ignored in temperlang/temper-prepublic#2239.
@Ignore // TODO: fix the golden
@Test
fun findPropertyRef() {
assertFound("/*5*/" to "/*0@+0*/")
}
@Ignore // TODO: fix the golden
@Test
fun findPropertyRefForConstructorCall() {
assertFound("/*6*/" to "/*0@+0*/")
}
@Ignore // TODO: fix the golden
@Test
fun findPropertyWithDefault() {
assertFound("/*14*/" to "/*12@+0*/")
}
These were ignored in temperlang/temper-prepublic#2239.