38 lines
1.5 KiB
Kotlin
38 lines
1.5 KiB
Kotlin
// 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 func(str: kotlin.String): 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 */ }]
|
|
|
|
[kotlin.inline public fun <T> T.filter(predicate: (T) -> kotlin.Boolean): T? { /* compiled code */ }] |