Remove module integration-tests, merge into compiler-tests
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
|
||||
ERR:
|
||||
ERROR: hello.kt: (4, 5) Unresolved reference: a
|
||||
|
||||
Return code: 1
|
||||
@@ -0,0 +1,5 @@
|
||||
package Hello
|
||||
|
||||
fun main(args : Array<String>) {
|
||||
a
|
||||
}
|
||||
Reference in New Issue
Block a user