mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
Fixed codegen for non-public SAM-adapters
This commit is contained in:
5
compiler/testData/codegen/boxAgainstJava/sam/adapters/protectedFromBase.java
vendored
Normal file
5
compiler/testData/codegen/boxAgainstJava/sam/adapters/protectedFromBase.java
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
class JavaClass<T> {
|
||||
protected void execute(T t, Runnable r) {
|
||||
r.run();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user