commit missing tests
This commit is contained in:
committed by
Nikolay Krasko
parent
789e6f3fc6
commit
a987d197f5
@@ -0,0 +1,5 @@
|
|||||||
|
namespace test
|
||||||
|
|
||||||
|
import java.util.List
|
||||||
|
|
||||||
|
fun ff(p: List<String>) = 1
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
namespace test
|
||||||
|
|
||||||
|
import java.util.List
|
||||||
|
|
||||||
|
fun ff(p: List<String?>) = 1
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
namespace test
|
||||||
|
|
||||||
|
import java.util.List
|
||||||
|
import java.util.ArrayList
|
||||||
|
|
||||||
|
fun ffgg(): List<String> = ArrayList()
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
namespace test
|
||||||
|
|
||||||
|
import java.util.List
|
||||||
|
import java.util.ArrayList
|
||||||
|
|
||||||
|
fun ffgg(): List<String?> = ArrayList()
|
||||||
Reference in New Issue
Block a user