mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-05 08:31:31 +00:00
Type Enhancement for Java fields and constructors supported as well
This commit is contained in:
committed by
Denis Zharkov
parent
8c78739983
commit
694af022c8
10
compiler/testData/loadJava/compiledJava/sam/adapters/ConstructorWithAnnotations.java
vendored
Normal file
10
compiler/testData/loadJava/compiledJava/sam/adapters/ConstructorWithAnnotations.java
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
package test;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
import java.lang.String;
|
||||
|
||||
public class ConstructorWithAnnotations {
|
||||
public ConstructorWithAnnotations(Runnable r, @NotNull String s) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user