read java bean properties as kotlin properties

This commit is contained in:
Stepan Koltsov
2012-02-21 23:15:36 +04:00
parent cc8d263f9e
commit f83c5e0d83
18 changed files with 137 additions and 9 deletions
@@ -0,0 +1,7 @@
namespace test
open class test.TwoSetters : jet.Any {
final /*constructor*/ fun <init>(): test.TwoSetters
open fun setSize(/*0*/ p0: jet.Int): jet.Tuple0
open fun setSize(/*0*/ p0: jet.String?): jet.Tuple0
}