[SamWithReceiver] Fix test configuration and testdata
This commit is contained in:
committed by
Space Team
parent
ebc879ed1e
commit
2610ad94e0
@@ -8,7 +8,7 @@ import java.lang.annotation.RetentionPolicy;
|
||||
public @interface SamWithReceiver1 {
|
||||
}
|
||||
|
||||
// FILE: SamConstructor.kt
|
||||
// FILE: Sam.java
|
||||
@SamWithReceiver1
|
||||
public interface Sam {
|
||||
void run(String a, String b);
|
||||
|
||||
Reference in New Issue
Block a user