JetCompilerMessagingTest and K2JSCompilerMessagingTest: tests that launch the cli compiler and check that resulting messages are in correct format
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
fun main(args : Array<String>) {}
|
||||
@@ -0,0 +1,5 @@
|
||||
package foo
|
||||
|
||||
fun f() : Boolean {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package foo
|
||||
|
||||
fun f(s : String) {
|
||||
s!!
|
||||
}
|
||||
Reference in New Issue
Block a user