ebb9659e03
Currently JVM IR is not supported in kapt, so almost all tests are failing, and thus are muted with IGNORE_BACKEND. #KT-49682
20 lines
210 B
Kotlin
Vendored
20 lines
210 B
Kotlin
Vendored
// FILE: a.kt
|
|
package a.b.c
|
|
class A
|
|
|
|
// FILE: b.kt
|
|
package a.`do`.c
|
|
class B
|
|
|
|
// FILE: c.kt
|
|
package case.a
|
|
class C
|
|
|
|
// FILE: d.kt
|
|
package a.b.c.d.e.`for`
|
|
class D
|
|
|
|
// FILE: e.kt
|
|
package a.b.`typealias`.c
|
|
class E
|