Commit 1c41b27
committed
functional-tests: do not trigger compilation error in Java/Kotlin interop test
Because we generate 'JvmSynthetic' for exception fields, the compilation error
was trigerred.
```
/functional/android/src/test/java/com/here/android/test/VisibilityAttributeTest.java:76: error: cannot find symbol
assertEquals(exception.error, SomeInternalEnum.ONE);
^
symbol: variable error
location: variable exception of type SomethingBadHappenedException
```
Signed-off-by: Patryk Wrobel <183546751+pwrobeldev@users.noreply.github.com>1 parent 2ccaaf9 commit 1c41b27
1 file changed
Lines changed: 0 additions & 2 deletions
File tree
- functional-tests/functional/android/src/test/java/com/here/android/test
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | 75 | | |
78 | 76 | | |
0 commit comments