Script refactoring, frontend tests: changes according to semantic changes in scripts
Add checker tests for scripts
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// FILE: f1.kt
|
||||
package test
|
||||
|
||||
class <!REDECLARATION!>A<!>
|
||||
class F1
|
||||
|
||||
// FILE: A.kts
|
||||
package test
|
||||
|
||||
val x = 1
|
||||
|
||||
class F1
|
||||
Reference in New Issue
Block a user