Added test cases checking all decompiled files.

This commit is contained in:
Evgeny Gerashchenko
2012-03-12 14:15:24 +04:00
parent a0ea56be3f
commit 09c48ae440
9 changed files with 115 additions and 0 deletions
@@ -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
}
}
}