Prohibit illegal identifiers in packages in JS BE

See KT-18032
This commit is contained in:
Alexey Andreev
2017-05-25 15:26:42 +03:00
parent a0ddbf0e9b
commit 9375a1d984
5 changed files with 58 additions and 2 deletions
@@ -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
}
}