[IR] update testdata
This commit is contained in:
committed by
teamcityserver
parent
6a1ab1b325
commit
fc5c674c60
+2
-2
@@ -1,7 +1,7 @@
|
||||
val test: Unit
|
||||
field = try { //BLOCK
|
||||
field = try { // BLOCK
|
||||
}
|
||||
catch (...) { //BLOCK
|
||||
catch (...) { // BLOCK
|
||||
}
|
||||
|
||||
get
|
||||
|
||||
@@ -24,7 +24,7 @@ fun test2() {
|
||||
|
||||
|
||||
<set-x>(value = 0)
|
||||
{ //BLOCK
|
||||
{ // BLOCK
|
||||
val tmp0: Int = <get-x>()
|
||||
<set-x>(value = tmp0.inc())
|
||||
tmp0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
fun foo() {
|
||||
{ //BLOCK
|
||||
{ // BLOCK
|
||||
do// COMPOSITE {
|
||||
val x: Int = 42
|
||||
// } while (EQEQ(arg0 = x, arg1 = 42).not())
|
||||
|
||||
+2
-2
@@ -10,10 +10,10 @@ fun f(f1: Function0<String> = local fun <anonymous>(): String {
|
||||
|
||||
fun box(): String {
|
||||
var result: String = "fail"
|
||||
try { //BLOCK
|
||||
try { // BLOCK
|
||||
f() /*~> Unit */
|
||||
}
|
||||
catch (...) { //BLOCK
|
||||
catch (...) { // BLOCK
|
||||
result = "OK"
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
typealias Test1 = String
|
||||
fun foo() {
|
||||
{ //BLOCK
|
||||
{ // BLOCK
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user