Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eed3si9n/override-in-jdk11


https://github.com/eed3si9n/override-in-jdk11

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

```
jenv shell 11-ea
sbt
> clean
> compile

[error] /private/tmp/override-in-jdk11/src/main/java/example/Test.java:9:1: reference to get is ambiguous
[error] both method get(akka.actor.ActorSystem) in example.TestKitExtension and method get(akka.actor.ActorSystem) in example.TestKitExtension match
[error] TestKitExtension.get(a);
```