Merge remote branch 'origin/master'
Conflicts: compiler/frontend/src/org/jetbrains/jet/lang/types/JetTypeInferrer.java
This commit is contained in:
@@ -136,9 +136,9 @@ fun tf() : Int {
|
||||
}
|
||||
|
||||
fun failtest(a : Int) : Int {
|
||||
<error>if (fail() || true) {
|
||||
if (fail() || <error>true</error>) {
|
||||
|
||||
}</error>
|
||||
}
|
||||
<error>return 1</error>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user