refactored std.* package to be kotlin.*. Due to KT-1381 I had to move the functions from kotlin.test into the stdlib for now (I made them not depend on JUnit for now)
This commit is contained in:
@@ -36,7 +36,7 @@ public class ImportClassHelperTest extends LightDaemonAnalyzerTestCase {
|
||||
}
|
||||
|
||||
public void testNoDefaultImport() {
|
||||
testImportInFile("std.io.println");
|
||||
testImportInFile("kotlin.io.println");
|
||||
}
|
||||
|
||||
public void testImportBeforeObject() {
|
||||
|
||||
Reference in New Issue
Block a user