[IR] add new testdata after rebase
This commit is contained in:
committed by
teamcityserver
parent
3b1a6389ab
commit
a5b224fda1
@@ -0,0 +1,12 @@
|
||||
fun f(x: Any): String {
|
||||
when {
|
||||
x is A<*> -> { //BLOCK
|
||||
return x /*as A<T> */.call(block = local fun <anonymous>(y: Any?): @FlexibleNullability String? {
|
||||
return "OK"
|
||||
}
|
||||
/*-> @FlexibleNullability I<@FlexibleNullability T?>? */) /*!! String */
|
||||
}
|
||||
}
|
||||
return "Fail"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user