enhance tests (mostly codegen)
* drop dependency on stdlib/alt-headers in the most tests * assign to myEnvironment at most once in JetLiteFixture * more tests do not compile runtime
This commit is contained in:
@@ -14,5 +14,5 @@ var <T> ArrayList<T>.length : Int
|
||||
set(value: Int) = throw java.lang.Error()
|
||||
|
||||
var <T> ArrayList<T>.last : T
|
||||
get() = get(size()-1)
|
||||
get() = get(size()-1).sure()
|
||||
set(el : T) { set(size()-1, el) }
|
||||
|
||||
Reference in New Issue
Block a user