summaryrefslogtreecommitdiff
path: root/examples/12-native-type-generic/src/map.hob
blob: 0118889c818c72cff367e8acce36857e7d8fe7f8 (plain)
1
2
3
4
5
6
native NativeMap[K, V] {
}

struct X {
    field map: NativeMap[String, Int32];
}