GreatSyntacticShift: 'namespace' -> 'package'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace container_test
|
||||
package container_test
|
||||
|
||||
class Container<T>(var t : T) {
|
||||
fun getT() : T = t
|
||||
|
||||
Reference in New Issue
Block a user