Script refactoring, frontend tests: changes according to semantic changes in scripts
Add checker tests for scripts
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
fun foo(x: Int) = 1
|
||||
fun foo(<!UNUSED_PARAMETER!>x<!>: Int) = 1
|
||||
|
||||
val y = 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user