Drop non-generated NavigateToDecompiledLibraryTest
It relies on internal data structure
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package testData.libraries
|
||||
|
||||
[[public abstract class AbstractClass public constructor() {
|
||||
}]]
|
||||
-22
@@ -1,22 +0,0 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package testData.libraries
|
||||
|
||||
[[public abstract class ClassWithAbstractAndOpenMembers public constructor() {
|
||||
[public abstract val abstractVal: kotlin.String]
|
||||
|
||||
[public abstract var abstractVar: kotlin.String]
|
||||
|
||||
[public open val openVal: kotlin.String /* compiled code */]
|
||||
|
||||
[public open val openValWithGetter: kotlin.String /* compiled code */]
|
||||
|
||||
[public open var openVar: kotlin.String /* compiled code */]
|
||||
|
||||
[public open var openVarWithGetter: kotlin.String /* compiled code */]
|
||||
|
||||
[public abstract fun abstractFun(): kotlin.Unit]
|
||||
|
||||
[public open fun openFun(): kotlin.Unit { /* compiled code */ }]
|
||||
}]]
|
||||
@@ -1,10 +0,0 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package testData.libraries
|
||||
|
||||
[[public final class ClassWithConstructor public constructor(a: kotlin.String, b: kotlin.Any) {
|
||||
[public constructor(a: kotlin.String) { /* compiled code */ }]
|
||||
|
||||
[public final val a: kotlin.String /* compiled code */]
|
||||
}]]
|
||||
@@ -1,14 +0,0 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package testData.libraries
|
||||
|
||||
[[public final enum class Color private constructor(rgb: kotlin.Int) : kotlin.Enum<testData.libraries.Color> {
|
||||
[[RED,]]
|
||||
|
||||
[[GREEN,]]
|
||||
|
||||
[[BLUE;]]
|
||||
|
||||
[public final val rgb: kotlin.Int /* compiled code */]
|
||||
}]]
|
||||
@@ -1,6 +0,0 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package testData.libraries
|
||||
|
||||
[public fun func(str: kotlin.String): kotlin.Unit { /* compiled code */ }]
|
||||
@@ -1,4 +0,0 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package testData.libraries
|
||||
@@ -1,36 +0,0 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package testData.libraries
|
||||
|
||||
[public val globalVal: testData.libraries.Pair<kotlin.Int, kotlin.String> /* compiled code */]
|
||||
|
||||
[public val globalValWithGetter: kotlin.Long /* compiled code */]
|
||||
|
||||
[public val kotlin.Int.exProp: kotlin.Int /* compiled code */]
|
||||
|
||||
[public val kotlin.String.exProp: kotlin.String /* compiled code */]
|
||||
|
||||
[public val <T> testData.libraries.Pair<T, T>.exProp: kotlin.String /* compiled code */]
|
||||
|
||||
[public fun <T : kotlin.CharSequence> funWithTypeParam(t: T): kotlin.Unit { /* compiled code */ }]
|
||||
|
||||
[public fun <T : kotlin.Number> funWithTypeParam(t: T): kotlin.Unit { /* compiled code */ }]
|
||||
|
||||
[public fun func(): kotlin.Unit { /* compiled code */ }]
|
||||
|
||||
[public fun func(cs: kotlin.CharSequence): kotlin.Unit { /* compiled code */ }]
|
||||
|
||||
[public fun func(a: kotlin.Int, b: kotlin.Int): kotlin.Unit { /* compiled code */ }]
|
||||
|
||||
[public fun func(a: kotlin.Int, b: kotlin.String /* = compiled code */): kotlin.Unit { /* compiled code */ }]
|
||||
|
||||
[public fun <T> genericFunc(): T { /* compiled code */ }]
|
||||
|
||||
[public fun main(args: kotlin.Array<kotlin.String>): kotlin.Unit { /* compiled code */ }]
|
||||
|
||||
[public fun processDouble(d: kotlin.Double): kotlin.Unit { /* compiled code */ }]
|
||||
|
||||
[public fun processDouble(d: testData.libraries.Double): kotlin.Unit { /* compiled code */ }]
|
||||
|
||||
[public inline fun <T> T.filter(predicate: (T) -> kotlin.Boolean): T? { /* compiled code */ }]
|
||||
@@ -1,8 +0,0 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package testData.libraries
|
||||
|
||||
[[public object NamedObject {
|
||||
[public final val objectMember: kotlin.Int /* compiled code */]
|
||||
}]]
|
||||
@@ -1,7 +0,0 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package testData.libraries
|
||||
|
||||
[[public final class SimpleClass public constructor() {
|
||||
}]]
|
||||
@@ -1,7 +0,0 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package testData.libraries
|
||||
|
||||
[public interface SimpleTrait {
|
||||
}]
|
||||
@@ -1,7 +0,0 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package testData.libraries
|
||||
|
||||
[[public final class SimpleTraitImpl public constructor() : testData.libraries.SimpleTrait {
|
||||
}]]
|
||||
@@ -1,16 +0,0 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package testData.libraries
|
||||
|
||||
[[public final class WithInnerAndObject public constructor() {
|
||||
[[public companion object {
|
||||
[public final fun foo(): kotlin.Unit { /* compiled code */ }]
|
||||
}]]
|
||||
|
||||
[[public final class MyInner public constructor() {
|
||||
[public interface MyInnerInner {
|
||||
[public abstract fun innerInnerMethod(): kotlin.Unit]
|
||||
}]
|
||||
}]]
|
||||
}]]
|
||||
@@ -1,9 +0,0 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package testData.libraries
|
||||
|
||||
[[public final class WithTraitClassObject public constructor() {
|
||||
[[public companion object : testData.libraries.SimpleTrait {
|
||||
}]]
|
||||
}]]
|
||||
Reference in New Issue
Block a user