Add test which checks whether compiler messages are understood correctly by the plugin.
This commit is contained in:
@@ -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!!
|
||||
}
|
||||
Reference in New Issue
Block a user