eclipse-archived / ceylon

The Ceylon compiler, language module, and command line tools
http://ceylon-lang.org
Apache License 2.0
395 stars 62 forks source link

Importing javax.javaeeapi inside imported module causes late value to return null #7440

Open fill0llif opened 5 years ago

fill0llif commented 5 years ago

As the title says, importing javax.javaeeapi inside imported module causes late value to return null. From the follwing case you can actually see the anonymous method isn't even called and if you remove the javax.javaeeapi import it works again printing the value.

Test project: