mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
Fix generation of bridges for lambdas
#KT-8447 Fixed
This commit is contained in:
3
compiler/testData/codegen/boxAgainstJava/sam/adapters/doubleLongParameters.java
vendored
Normal file
3
compiler/testData/codegen/boxAgainstJava/sam/adapters/doubleLongParameters.java
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
interface GenericInterface<T> {
|
||||
public T foo(double d, int i, long j, short s);
|
||||
}
|
||||
Reference in New Issue
Block a user