[minor] "fix" fir testdata for KT-32792 & KT-34857
This commit is contained in:
+1
-1
@@ -4,5 +4,5 @@ val Int.plusAssign: (Int) -> Unit
|
||||
get() = {}
|
||||
|
||||
fun main() {
|
||||
1 <!PROPERTY_AS_OPERATOR!>+=<!> 2
|
||||
1 += 2
|
||||
}
|
||||
|
||||
@@ -5,6 +5,6 @@ inline fun <T> tryLambdas(lamb : () -> T) : T{
|
||||
}
|
||||
fun main() {
|
||||
tryLambdas<String> {
|
||||
<!TYPE_MISMATCH!>return@tryLambdas<!>
|
||||
return@tryLambdas
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user