Searched refs:AnotherDiffPackageSerializable (Results 1 – 4 of 4) sorted by relevance
5 import com.testdata.anotherDifferentPackage.AnotherDiffPackageSerializable20 ): List<AnotherDiffPackageSerializable> { in functionWithAnotherDiffPackageOutput()21 return listOf(AnotherDiffPackageSerializable("Test String")) in functionWithAnotherDiffPackageOutput()
6 import com.testdata.anotherDifferentPackage.AnotherDiffPackageSerializable15 inputList: List<AnotherDiffPackageSerializable>, in functionWithDiffPackageInput()27 ) : List<AnotherDiffPackageSerializable> in functionWithDiffPackageInput()
5 import com.testdata.anotherDifferentPackage.AnotherDiffPackageSerializable14 inputList: List<AnotherDiffPackageSerializable>, in functionWithDiffPackageInput()
5 @AppFunctionSerializable class AnotherDiffPackageSerializable(val stringParam: String) class