Moved decompiled files in testdata of LibrariesTest to separate folder.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package testData.libraries
|
||||
|
||||
[abstract class AbstractClass {
|
||||
}]
|
||||
@@ -0,0 +1,22 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package testData.libraries
|
||||
|
||||
[abstract class ClassWithAbstractAndOpenMembers {
|
||||
[abstract val abstractVal : jet.String]
|
||||
|
||||
[abstract var abstractVar : jet.String]
|
||||
|
||||
[open val openVal : jet.String] /* compiled code */
|
||||
|
||||
[open val openValWithGetter : jet.String] /* compiled code */
|
||||
|
||||
[open var openVar : jet.String] /* compiled code */
|
||||
|
||||
[open var openVarWithGetter : jet.String] /* compiled code */
|
||||
|
||||
[abstract fun abstractFun() : Unit]
|
||||
|
||||
[open fun openFun() : Unit { /* compiled code */ }]
|
||||
}]
|
||||
@@ -0,0 +1,8 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package testData.libraries
|
||||
|
||||
[final class Color {
|
||||
[final val rgb : jet.Int] /* compiled code */
|
||||
}]
|
||||
@@ -0,0 +1,7 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package testData.libraries
|
||||
|
||||
[final class SimpleClass {
|
||||
}]
|
||||
@@ -0,0 +1,7 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package testData.libraries
|
||||
|
||||
[trait SimpleTrait {
|
||||
}]
|
||||
@@ -0,0 +1,7 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package testData.libraries
|
||||
|
||||
[final class SimpleTraitImpl : testData.libraries.SimpleTrait {
|
||||
}]
|
||||
@@ -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]
|
||||
}]
|
||||
}]
|
||||
}]
|
||||
@@ -0,0 +1,9 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package testData.libraries
|
||||
|
||||
[final class WithTraitClassObject {
|
||||
class object : testData.libraries.SimpleTrait {
|
||||
}
|
||||
}]
|
||||
@@ -0,0 +1,22 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package testData.libraries
|
||||
|
||||
[final val <T : jet.Any?>#(T, T).exProp : jet.String] /* compiled code */
|
||||
|
||||
[final val jet.Int.exProp : jet.Int] /* compiled code */
|
||||
|
||||
[final val jet.String.exProp : jet.String] /* compiled code */
|
||||
|
||||
[final val globalVal : #(jet.Int, jet.String)] /* compiled code */
|
||||
|
||||
[final val globalValWithGetter : jet.Long] /* compiled code */
|
||||
|
||||
[final fun func() : Unit { /* compiled code */ }]
|
||||
|
||||
[final fun func(val a : jet.Int, val b : jet.Int) : Unit { /* compiled code */ }]
|
||||
|
||||
[final fun func(val a : jet.Int, val b : jet.String) : Unit { /* compiled code */ }]
|
||||
|
||||
[final fun main(val args : jet.Array<jet.String>) : Unit { /* compiled code */ }]
|
||||
Reference in New Issue
Block a user