scala/scala3
Implement binding of the values in dotty.tools.repl.ReplDriver.bind
開放
#5,069 建立於 2018年9月2日
area:replhelp wanteditype:enhancement
倉庫指標
- 星標
- (6,247 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
#4933 currently uses stub to perform value binding during initialization commands. After it is merged, actual binding should be performed.
This issue is a follow up to #3007