commit | 87adbd268c43072df5d7b0cac01d4ee47c6b336d | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Tue Apr 30 07:38:02 2024 +0200 |
committer | Rico Wind <ricow@google.com> | Tue Apr 30 08:15:06 2024 +0000 |
tree | 26b2b4acab9011bd27df517a1c148f5e88e73a59 | |
parent | acafa6337c2a771d03e9d30a48732e15f96ba3b5 [diff] |
Update comment in TypeVerificationHelper for types Change-Id: I94eec88175e813d9fc7f4563471ddb56a4eabf1c
diff --git a/src/main/java/com/android/tools/r8/cf/TypeVerificationHelper.java b/src/main/java/com/android/tools/r8/cf/TypeVerificationHelper.java index a081d34..4869bc5 100644 --- a/src/main/java/com/android/tools/r8/cf/TypeVerificationHelper.java +++ b/src/main/java/com/android/tools/r8/cf/TypeVerificationHelper.java
@@ -188,7 +188,7 @@ while (iterator.hasNext()) { result = result.join(toTypeElement(iterator.next()), appView); } - // All types are reference types so the join is either a class or an array. + // All types are reference types so the join is either a class, an interface or an array. if (result.isClassType()) { ClassTypeElement classType = result.asClassType(); if (classType.getClassType().isIdenticalTo(appView.dexItemFactory().objectType)