mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Use mock JDK in compiler tests where full JDK is not needed
- move some of boxWithStdlib tests under fullJdk/ directory, where they will be compiled against the full JDK - introduce FULL_JDK in-text directive for the reflection test as only 4 tests out of 654 needed the full JDK
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// FULL_JDK
|
||||
package test
|
||||
|
||||
import java.util.AbstractList
|
||||
|
||||
Reference in New Issue
Block a user