-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #123 from szeiger/wip/scala-2.12
Add Scala 2.12 support
- Loading branch information
Showing
23 changed files
with
39 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
1 change: 1 addition & 0 deletions
1
reporter/functional-tests/src/test/class-becomes-trait-nok/problems-2.12.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
declaration of class A is interface A in new version; changing class to interface breaks client code |
1 change: 1 addition & 0 deletions
1
...c/test/class-method-abstract-override-of-concrete-supertrait-method-nok/problems-2.12.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
in new version there is abstract method foo()Int in class B, which does not have a correspondent |
1 change: 1 addition & 0 deletions
1
.../functional-tests/src/test/moving-method-upward-from-trait-to-class-nok/problems-2.12.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
method foo()Int in interface B does not have a correspondent in new version |
Empty file.
1 change: 1 addition & 0 deletions
1
reporter/functional-tests/src/test/trait-abstract-val-become-concrete-ok/problems-2.12.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
abstract synthetic method A$_setter_$foo_=(Int)Unit in interface A is present only in new version |
Empty file.
2 changes: 2 additions & 0 deletions
2
reporter/functional-tests/src/test/trait-added-val-in-new-version-nok/problems-2.12.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
abstract synthetic method A$_setter_|_=(Int)Unit in interface A is present only in new version | ||
abstract method bar()Int in interface A is present only in new version |
2 changes: 2 additions & 0 deletions
2
reporter/functional-tests/src/test/trait-added-var-in-new-version-nok/problems-2.12.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
abstract method bar_=(Int)Unit in interface A is present only in new version | ||
abstract method bar()Int in interface A is present only in new version |
Empty file.
Empty file.
1 change: 1 addition & 0 deletions
1
reporter/functional-tests/src/test/trait-inheriting-from-class/problems-2.12.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
abstract method foo(Int)Int in interface A does not have a correspondent in new version |
6 changes: 6 additions & 0 deletions
6
...tional-tests/src/test/trait-inherits-new-trait-with-abstract-method-nok/problems-2.12.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
abstract method foo()Int in interface AA is inherited by class A in new version. | ||
abstract synthetic method AA$_setter_|_=(Int)Unit in interface AA is inherited by class A in new version. | ||
abstract method bar()Int in interface AA is inherited by class A in new version. | ||
abstract method foo()Int in interface AA is inherited by class B in new version. | ||
abstract synthetic method AA$_setter_|_=(Int)Unit in interface AA is inherited by class B in new version. | ||
abstract method bar()Int in interface AA is inherited by class B in new version. |
Empty file.
Empty file.
1 change: 1 addition & 0 deletions
1
reporter/functional-tests/src/test/trait-moving-methods-nok/problems-2.12.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
method foo()Int in interface A does not have a correspondent in new version |
1 change: 1 addition & 0 deletions
1
reporter/functional-tests/src/test/trait-moving-methods2-nok/problems-2.12.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
method foo()Int in interface A does not have a correspondent in new version |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters