Move SAM constructors to synthetic scope
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
package test
|
||||
|
||||
public /*synthesized*/ fun SamSubinterfaceOverridding(/*0*/ function: () -> kotlin.Unit): test.SamSubinterfaceOverridding
|
||||
|
||||
public interface SamSubinterfaceOverridding : java.lang.Runnable {
|
||||
public abstract override /*1*/ fun run(): kotlin.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user