Add test which checks whether compiler messages are understood correctly by the plugin.

This commit is contained in:
pTalanov
2012-04-28 23:03:55 +04:00
parent 330532661b
commit 3e8624b440
12 changed files with 567 additions and 6 deletions
@@ -0,0 +1,4 @@
package foo
fun f() {
}
@@ -0,0 +1,5 @@
package foo
fun f() : Boolean {
}
@@ -0,0 +1,5 @@
package foo
fun f(s : String) {
s!!
}