mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
#KT-10711 Fixed #KT-12802 Fixed #KT-12964 Fixed #KT-15439 Fixed Analyze callable references in `dependent` mode, then complete them with respect to expected types
9 lines
535 B
Plaintext
Vendored
9 lines
535 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class GenericCallableReferencesWithOverloadKt {
|
|
private final static method bar(p0: kotlin.jvm.functions.Function1, p1: java.lang.String): java.lang.Object
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static method foo(@org.jetbrains.annotations.Nullable p0: java.lang.Integer): void
|
|
public final static method foo(@org.jetbrains.annotations.Nullable p0: java.lang.String): void
|
|
public final static method foo(p0: boolean): void
|
|
}
|