Move SAM constructors to synthetic scope
This commit is contained in:
Vendored
-3
@@ -15,7 +15,4 @@ public open class JavaClass</*0*/ T : kotlin.Any!> {
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
|
||||
// Static members
|
||||
public final /*synthesized*/ fun </*0*/ X : kotlin.Any!> Inner(/*0*/ function: (t: T!, x: X!, runnable: java.lang.Runnable!) -> T!): JavaClass.Inner<X>
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -1,6 +1,5 @@
|
||||
package
|
||||
|
||||
public /*synthesized*/ fun JavaInterface(/*0*/ function: (s: kotlin.String, runnable: java.lang.Runnable) -> kotlin.Unit): JavaInterface
|
||||
public fun foo(/*0*/ javaInterface: JavaInterface): kotlin.Unit
|
||||
|
||||
public interface JavaInterface {
|
||||
|
||||
-1
@@ -1,6 +1,5 @@
|
||||
package
|
||||
|
||||
public /*synthesized*/ fun JavaInterface(/*0*/ function: (s: kotlin.String!, runnable1: java.lang.Runnable!, runnable2: java.lang.Runnable!) -> kotlin.Unit): JavaInterface
|
||||
public fun foo(/*0*/ javaInterface: JavaInterface): kotlin.Unit
|
||||
|
||||
public interface JavaInterface {
|
||||
|
||||
Vendored
-1
@@ -1,6 +1,5 @@
|
||||
package
|
||||
|
||||
public /*synthesized*/ fun </*0*/ T : kotlin.Any!> Provider(/*0*/ function: () -> T!): Provider<T>
|
||||
public fun foo(/*0*/ javaInterface: JavaInterface): kotlin.Unit
|
||||
|
||||
public interface JavaInterface {
|
||||
|
||||
Reference in New Issue
Block a user