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
/Users/jamie/workspace/scala/test/tasty/neg-false/src-2/NewJVMEnv_fail.scala:9: error: class type required but tastytest.printing#AnyHash with tastytest.printing#AnyClassName found
1
+
NewJVMEnv_fail.scala:9: error: class type required but tastytest.printing#AnyHash with tastytest.printing#AnyClassName found
2
2
new Env.JVMEnv {} // error: class type required but tastytest.printing#AnyHash with tastytest.printing#AnyClassName found
/Users/jamie/workspace/scala/test/tasty/neg/src-2/TestDeprecations_fail.scala:5: warning: method unused in class Old is deprecated
1
+
TestDeprecations_fail.scala:5: warning: method unused in class Old is deprecated
2
2
def test1 = new Deprecations.Old().unused() // error: unused is deprecated
3
3
^
4
-
/Users/jamie/workspace/scala/test/tasty/neg/src-2/TestDeprecations_fail.scala:6: warning: method completelyUseless in class Old is deprecated: this is useless
4
+
TestDeprecations_fail.scala:6: warning: method completelyUseless in class Old is deprecated: this is useless
5
5
def test2 = new Deprecations.Old().completelyUseless() // error: completelyUseless is deprecated: this is useless
0 commit comments