Anton Lakotko
Results
3
issues of
Anton Lakotko
- Method load: add check statement for already loaded grid classes
method load: require_once - including the file at start. include_once - including the file at runtime
This change is binary incompatible in Kotlin (current version 1.9.0) v1 ```kotlin interface Foo { fun bar(name: String = "bar") } ``` v2 ```kotlin interface Bar { fun bar(name: String...
jvm