We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb990b8 commit 76b7df5Copy full SHA for 76b7df5
src/main/kotlin/com/github/jonathanxd/kores/bytecode/BytecodeOptions.kt
@@ -271,7 +271,7 @@ enum class NestAccessGenerationMode {
271
/**
272
* Synthetic and Bridge based inner class private member access.
273
*/
274
- SYNTHETIC_ONLY,
+ SYNTHETIC_ONLY,
275
276
277
* Nest-based inner class private member access, as specified in [JEP 181](https://openjdk.java.net/jeps/181).
0 commit comments