[TD] Update test data after previous commit
This commit is contained in:
+1
-1
@@ -30,4 +30,4 @@ fun test_3(x: Any?) {
|
||||
}
|
||||
x.bar()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -20,4 +20,4 @@ private fun foo(p: Sealed) {
|
||||
is SubClass1 -> p.t
|
||||
is SubClass2 -> "2"
|
||||
}.length // should be resolved, but when is not considered as sealed because type of p is not a sealed class
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -3,4 +3,4 @@ fun test(func: (() -> Unit)?) {
|
||||
if (func != null) {
|
||||
func()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user