Searched refs:ChildOfPrimitiveIntArray (Results 1 – 6 of 6) sorted by relevance
53 ChildOfPrimitiveIntArray childOfPrimitiveIntArray = new ChildOfPrimitiveIntArray(); in testMembersInject_primitives()
19 class ChildOfPrimitiveIntArray extends MembersInjectGenericParent<int[]> { class
26 void inject(ChildOfPrimitiveIntArray subfoo); in inject()
19 class ChildOfPrimitiveIntArray : MembersInjectGenericParent<IntArray>() class
25 fun inject(subfoo: ChildOfPrimitiveIntArray)
51 val childOfPrimitiveIntArray = ChildOfPrimitiveIntArray() in testMembersInject_primitives()