mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
Support mapping between Kotlin functions and JVM methods/constructors
This commit is contained in:
7
compiler/testData/codegen/boxAgainstJava/reflection/mapping/javaConstructor.java
vendored
Normal file
7
compiler/testData/codegen/boxAgainstJava/reflection/mapping/javaConstructor.java
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
public class javaConstructor {
|
||||
public final String result;
|
||||
|
||||
public javaConstructor(String result) {
|
||||
this.result = result;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user