Added test cases checking all decompiled files.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package testData.libraries
|
||||
|
||||
class WithInnerAndObject {
|
||||
class object {
|
||||
fun foo() : Unit { /* compiled code */ }
|
||||
}
|
||||
|
||||
class MyInner {
|
||||
trait MyInnerInner {
|
||||
abstract fun innerInnerMethod() : Unit
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user