This commit is contained in:
Andrey Breslav
2010-11-08 14:36:37 +03:00
parent 0845cb27a0
commit 369b197478
35 changed files with 958 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
interface class IMap<in K, out V> {
}