Closed gavinking closed 7 years ago
Recent versions of Ceylon support automagic conversion from Ceylon Class to java.lang.Class, so we can just generate `Type` instead of javaClass<Type>().
Class
java.lang.Class
`Type`
javaClass<Type>()
Thanks Rohit!
Recent versions of Ceylon support automagic conversion from Ceylon
Class
tojava.lang.Class
, so we can just generate`Type`
instead ofjavaClass<Type>()
.