restore compilation after rebase of dropping external annotations; fix affected tests
This commit is contained in:
@@ -2,6 +2,6 @@ import java.net.URI
|
||||
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun foo(): URI {
|
||||
fun foo(): URI? {
|
||||
return java.io.File("x").toURI()
|
||||
}
|
||||
Reference in New Issue
Block a user