Autoformat

This commit is contained in:
Chris Smowton
2022-05-13 20:46:26 +01:00
parent 4f54bb66b8
commit e722c99218

View File

@@ -1,9 +1,7 @@
import java
class InstantiatedType extends ParameterizedType {
InstantiatedType() {
typeArgs(_, _, this)
}
InstantiatedType() { typeArgs(_, _, this) }
}
Type getAMentionedType(RefType type) {