Remove "This" keyword
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//file
|
||||
package test;
|
||||
|
||||
import as.type.val.var.fun.is.in.object.when.This;
|
||||
import as.type.val.var.fun.is.in.object.when;
|
||||
|
||||
class Test {}
|
||||
@@ -1,6 +1,6 @@
|
||||
// ERROR: Unresolved reference: `as`
|
||||
package test
|
||||
|
||||
import `as`.type.`val`.`var`.`fun`.`is`.`in`.`object`.`when`.`This`
|
||||
import `as`.type.`val`.`var`.`fun`.`is`.`in`.`object`.`when`
|
||||
|
||||
internal class Test
|
||||
Reference in New Issue
Block a user