Renamed data -> testData in integration-tests.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
OUT ERROR: [TestData]/hello.kt: (4, 5) Unresolved reference: a
|
||||
OUT WARNING: [TestData]/hello.kt: (4, 5) The expression is unused
|
||||
ERR exec() finished with COMPILATION_ERROR return code
|
||||
Return code: 1
|
||||
@@ -0,0 +1,5 @@
|
||||
package Hello
|
||||
|
||||
fun main(args : Array<String>) {
|
||||
a
|
||||
}
|
||||
Reference in New Issue
Block a user