gavr123456789 / Niva

Smalltalk like programming language
https://gavr123456789.github.io/niva-site
41 stars 2 forks source link

constructor for type from Bind should be forbidden #297

Open gavr123456789 opened 3 weeks ago

gavr123456789 commented 3 weeks ago

Now its just strange not found type bug

x = Console readln
"hello $x" echo

constructor Console readWithMessage::String = [ // ERROR Console not found
  1 
]