tlinkowski / basic-annotations

A couple of basic Java annotations that cover null safety (via JSR 305), collection mutability (via Kotlin), and a few other concepts.
http://annotation.tlinkowski.pl/
Apache License 2.0
9 stars 2 forks source link

Add proper tests for compile-time errors in `sample-kotlin-usage` #9

Open tlinkowski opened 5 years ago

tlinkowski commented 5 years ago

Currently, we can see the compile-time errors in sample-kotlin-usage in IntelliJ only (in Gradle, compileKotlin was disabled for the build to work). In the future, we'd like to make a full-blown test set out of this project (so that the tests verify that the compile-time errors are where they're expected).