mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Rename test data folder according to the new test naming convention.
This commit is contained in:
7
compiler/testData/loadJava/javaBean/JavaBeanVar.txt
Normal file
7
compiler/testData/loadJava/javaBean/JavaBeanVar.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace test
|
||||
|
||||
public open class test.JavaBeanVar : java.lang.Object {
|
||||
public final /*constructor*/ fun <init>(): test.JavaBeanVar
|
||||
public open fun getColor(): jet.String?
|
||||
public open fun setColor(/*0*/ p0: jet.String?): jet.Tuple0
|
||||
}
|
||||
Reference in New Issue
Block a user