Add test for decompiled text
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package dependency
|
||||
|
||||
trait Tr {
|
||||
fun f() {
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
package test
|
||||
|
||||
import dependency.*
|
||||
|
||||
public enum class Enum : Tr {
|
||||
ONE
|
||||
TWO
|
||||
THREE {
|
||||
fun g() {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user