+-JDK and -NOSTDLIB options

FullJetPsiCheckerTest has -JDK option
QuickJetPsiCheckerTest has +JDK option

FullJetPsiCheckerTest = QuickJetPsiCheckerTest with +JDK
QuickJetPsiCheckerTest = FullJetPsiCheckerTest with -JDK
This commit is contained in:
Stepan Koltsov
2011-11-23 17:08:47 +04:00
parent e33af7f729
commit 8222011874
13 changed files with 77 additions and 28 deletions
@@ -1,3 +1,5 @@
// -JDK
fun test() : Unit {
var x : Int? = 0
var y : Int = 0
@@ -13,4 +15,4 @@ fun test() : Unit {
x <!USELESS_CAST!>as?<!> Int? : Int?
y <!USELESS_CAST_STATIC_ASSERT_IS_FINE!>as?<!> Int? : Int?
()
}
}