You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/pigeon/platform_tests/alternate_language_test_plugin/android/src/main/java/com/example/alternate_language_test_plugin/AlternateLanguageTestPlugin.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -688,6 +688,10 @@ public void error(Throwable error) {
Copy file name to clipboardExpand all lines: packages/pigeon/platform_tests/alternate_language_test_plugin/android/src/main/java/com/example/alternate_language_test_plugin/CoreTests.java
+75-9Lines changed: 75 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,67 @@ public enum AnotherEnum {
99
99
}
100
100
}
101
101
102
+
/** Generated class from Pigeon that represents data sent in messages. */
0 commit comments