Additional tests for KT-10243
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<!MUST_BE_INITIALIZED!>var x: Int<!>
|
||||
fun foo(f: Boolean) {
|
||||
try {
|
||||
if (f) {
|
||||
x = 0
|
||||
}
|
||||
}
|
||||
finally {
|
||||
fun bar() {}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package
|
||||
|
||||
public var x: kotlin.Int
|
||||
public fun foo(/*0*/ f: kotlin.Boolean): kotlin.Unit
|
||||
Reference in New Issue
Block a user