tests changes after collections mapping
This commit is contained in:
@@ -1,3 +1 @@
|
||||
import java.util.List
|
||||
|
||||
fun <P> listOfT(list: List<P>) = list
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,3 +1 @@
|
||||
import java.util.List
|
||||
|
||||
fun <P> listOfT(list: List<P>) = list
|
||||
|
||||