JS: extension lambdas translated same as local lambdas (KT-13312 fixed)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private final @org.jetbrains.annotations.NotNull field foo: kotlin.jvm.functions.Function1
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): void
|
||||
public final @org.jetbrains.annotations.NotNull method getFoo(): kotlin.jvm.functions.Function1
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt13312Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method test1(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): int
|
||||
public final static method test2(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): int
|
||||
}
|
||||
Reference in New Issue
Block a user