KT-3563 Compiler requiring java.io.File, and it's unclear why

#KT-3563 fixed
This commit is contained in:
Svetlana Isakova
2013-06-13 20:27:31 +04:00
parent 3cf133bff7
commit 342e9ebe7a
11 changed files with 156 additions and 42 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class A
fun A.plus(<warning>a</warning> : Any) {
1.foo()
true.<error>foo</error>()
true.<error>foo</error>(<error><error>)</error></error>
<warning>1</warning>
}