[TD] Update test data after previous commit
This commit is contained in:
+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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user