marad / chi-compiler-kotlin

Experimental language to try some ideas
MIT License
10 stars 0 forks source link

Can't use type imported from other package as local type field #72

Closed marad closed 2 years ago

marad commented 2 years ago

Example:

import std/collections.set { Set }
data LocalType(s: Set[string])