Prohibit illegal identifiers in packages in JS BE
See KT-18032
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package <!INVALID_CHARACTERS!>`//`<!>
|
||||
|
||||
class A
|
||||
@@ -0,0 +1,11 @@
|
||||
package
|
||||
|
||||
package `//` {
|
||||
|
||||
public final class A {
|
||||
public constructor A()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user