Files
kotlin/compiler/testData/codegen/boxAgainstJava/sam/adapters/doubleLongParameters.java
Alexander Udalov 290983687d Fix generation of bridges for lambdas
#KT-8447 Fixed
2015-07-10 20:10:16 +03:00

4 lines
86 B
Java
Vendored

interface GenericInterface<T> {
public T foo(double d, int i, long j, short s);
}