disable +JDK macro in JetDiagnosticsTest and fix (actually hide) revealed bugs

+JDK was not very helpful
This commit is contained in:
Stepan Koltsov
2012-03-12 22:54:24 +04:00
parent 07ff53d456
commit 3748507ac1
84 changed files with 14 additions and 95 deletions
@@ -1,5 +1,4 @@
// FILE: b.kt
// +JDK
package outer
fun Int?.optint() : Unit {}
@@ -1,4 +1,3 @@
// +JDK
import java.util.Enumeration
inline fun <T> java.util.Enumeration<T>.iterator() = object: Iterator<T> {
@@ -1,5 +1,4 @@
//+JDK
//KT-819 Redeclaration error for extension properties with the same name and different receivers
import java.io.*