Files
kotlin-fork/compiler/testData/codegen/bytecodeText/mangling/parenthesesNoSanitize.kt
T
2021-02-17 18:43:23 +01:00

11 lines
272 B
Kotlin
Vendored

// IGNORE_DEXING
class `(X)` {
fun `(Y)`() {}
}
// One in the file name, one in the class header, two in local variables in the constructor and the method, and one in kotlin.Metadata.d2
// 5 \(X\)
// One in the method header and one in kotlin.Metadata.d2
// 2 \(Y\)