Introduce 'reified' instead of 'erased'

This commit is contained in:
Andrey Breslav
2012-06-05 20:05:35 +04:00
parent 0ceee0a383
commit 91606a3901
98 changed files with 158 additions and 157 deletions

View File

@@ -2,7 +2,7 @@ package test
import java.util.ArrayList
open class JavaBeanVarOfGenericType<erased P>() : java.lang.Object() {
open class JavaBeanVarOfGenericType<P>() : java.lang.Object() {
open fun getCharacters(): ArrayList<P>? = null
open fun setCharacters(p0: ArrayList<P>?) { }
//var characters: ArrayList<P>? = null