-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move warn tests from tests/neg to tests/warn: Batch 2 #19243
Conversation
55a63f3
to
ec5ac6d
Compare
dd50793
to
4d111b9
Compare
ec5ac6d
to
9858d79
Compare
4d111b9
to
5bec325
Compare
3aeec39
to
6b03348
Compare
d7fdaf3
to
9f3ef59
Compare
1fa2015
to
9ff3583
Compare
9f3ef59
to
b84a68b
Compare
9ff3583
to
fc0f8d7
Compare
ec7f963
to
3754628
Compare
b84a68b
to
f8bb34d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise LGTM
tests/warn/opaque-match.scala
Outdated
|
||
|
||
|
||
case _: List[T] => ??? // warn |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try to not remove these \n
in the last line
tests/warn/1828.scala
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should delete tests/neg-deep-subtype/1828.scala
tests/warn/type-lambda.scala
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should delete tests/neg-deep-subtype/type-lambda.scala
tests/warn/t2755.scala
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should delete tests/neg-deep-subtype/t2755.scala
tests/warn/3324b.scala
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should delete tests/neg-deep-subtype/3324b.scala
tests/warn/conditionalWarnings.scala
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should delete tests/neg-deep-subtype/conditionalWarnings.scala
tests/warn/gadt.scala
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should delete tests/neg-deep-subtype/gadt.scala
tests/warn/html.scala
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should delete tests/neg-deep-subtype/html.scala
tests/warn/or-type-trees.scala
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should delete tests/neg-deep-subtype/or-type-trees.scala
tests/warn/refined-types.scala
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should delete tests/neg-deep-subtype/refined-types.scala
1e740e2
to
69d1de3
Compare
The second batch of tests moved from tests/neg to tests/warn.
PR 3/5 (merge consecutively, per Nicolas' suggestion
Split up version of #18829