Moved decompiled files in testdata of LibrariesTest to separate folder.

This commit is contained in:
Evgeny Gerashchenko
2012-03-23 19:59:54 +04:00
parent 46e748fce5
commit e0f8521f1e
10 changed files with 1 additions and 2 deletions
@@ -0,0 +1,16 @@
// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package testData.libraries
[final class WithInnerAndObject {
class object {
[final fun foo() : Unit { /* compiled code */ }]
}
[final class MyInner {
[trait MyInnerInner {
[abstract fun innerInnerMethod() : Unit]
}]
}]
}]