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,9 @@
// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package testData.libraries
class WithTraitClassObject {
class object : testData.libraries.SimpleTrait {
}
}