C#/C++/Java: Make AccessPath abstract

This was requested by @hvitved in code review. There is no difference in
the generated DIL.
This commit is contained in:
Jonas Jensen
2019-09-02 11:25:28 +02:00
parent b1be123e31
commit dec0c3a0ee
19 changed files with 19 additions and 19 deletions

View File

@@ -1227,7 +1227,7 @@ private newtype TAccessPath =
* dereference operations needed to get from the value in the node to the
* tracked object. The final type indicates the type of the tracked object.
*/
private class AccessPath extends TAccessPath {
abstract private class AccessPath extends TAccessPath {
abstract string toString();
Content getHead() {

View File

@@ -1227,7 +1227,7 @@ private newtype TAccessPath =
* dereference operations needed to get from the value in the node to the
* tracked object. The final type indicates the type of the tracked object.
*/
private class AccessPath extends TAccessPath {
abstract private class AccessPath extends TAccessPath {
abstract string toString();
Content getHead() {

View File

@@ -1227,7 +1227,7 @@ private newtype TAccessPath =
* dereference operations needed to get from the value in the node to the
* tracked object. The final type indicates the type of the tracked object.
*/
private class AccessPath extends TAccessPath {
abstract private class AccessPath extends TAccessPath {
abstract string toString();
Content getHead() {

View File

@@ -1227,7 +1227,7 @@ private newtype TAccessPath =
* dereference operations needed to get from the value in the node to the
* tracked object. The final type indicates the type of the tracked object.
*/
private class AccessPath extends TAccessPath {
abstract private class AccessPath extends TAccessPath {
abstract string toString();
Content getHead() {

View File

@@ -1227,7 +1227,7 @@ private newtype TAccessPath =
* dereference operations needed to get from the value in the node to the
* tracked object. The final type indicates the type of the tracked object.
*/
private class AccessPath extends TAccessPath {
abstract private class AccessPath extends TAccessPath {
abstract string toString();
Content getHead() {