commented test for KT-857
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace container_test
|
||||
|
||||
class Container<T>(var t : T) {
|
||||
fun getT() : T = t
|
||||
}
|
||||
|
||||
fun box() = Container<String>("OK").getT()
|
||||
Reference in New Issue
Block a user