You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Original issue 1331 created by None on 2017-02-18T20:02:02.566973+00:00)
Scala code will soon allow literals to be placed in types position (SIP-23). Typelevel Scala and Dotty already allow this. The lexer should not to mark the following as errors:
#!Scala
type Test[A] = Int
type MyTest = Test[1]
val one : 1 = 1
The text was updated successfully, but these errors were encountered:
(Original issue 1331 created by None on 2017-02-18T20:02:02.566973+00:00)
Scala code will soon allow literals to be placed in types position (SIP-23). Typelevel Scala and Dotty already allow this. The lexer should not to mark the following as errors:
The text was updated successfully, but these errors were encountered: