10 lines
218 B
Plaintext
Vendored
10 lines
218 B
Plaintext
Vendored
// "Create class 'A!u00A0'" "true"
|
|
// SHOULD_FAIL_WITH: java.util.concurrent.ExecutionException: java.lang.AssertionError: java.lang.AssertionError
|
|
fun test() {
|
|
val t = `A!u00A0`(1)
|
|
}
|
|
|
|
class `A!u00A0`(i: Int) {
|
|
|
|
}
|