Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/kt37853.txt
T
Mikhail Zarechenskiy befa1e114c Add tests for obsolete issues
#KT-38092 Obsolete
 #KT-38179 Obsolete
 #KT-35105 Obsolete
 #KT-36696 Obsolete
 #KT-36947 Obsolete
 #KT-37337 Obsolete
 #KT-37309 Obsolete
 #KT-37727 Obsolete
 #KT-37735 Obsolete
 #KT-37853 Obsolete
 #KT-37920 Obsolete
 #KT-37709 Obsolete
 #KT-37706 Obsolete
2020-04-20 04:10:37 +03:00

14 lines
597 B
Plaintext
Vendored

package
public fun </*0*/ T> storing(/*0*/ transform: kotlin.String.() -> T): Bar<T>
public fun test(): kotlin.Unit
public fun </*0*/ T> Bar<T>.default(/*0*/ defaultValue: () -> T): Bar<T>
public fun </*0*/ T> Bar<T>.default(/*0*/ defaultValue: T): Bar<T>
public final class Bar</*0*/ out T> {
public constructor Bar</*0*/ out T>()
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}