mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 15:51:54 +00:00
Move SAM constructors to synthetic scope
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
package test
|
||||
|
||||
public /*synthesized*/ fun NullInAnnotation(/*0*/ function: () -> kotlin.Unit): test.NullInAnnotation
|
||||
|
||||
public interface NullInAnnotation {
|
||||
@test.NullInAnnotation.Ann(a = null, b = {null}) public abstract fun foo(): kotlin.Unit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user