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

https://github.com/zach-klippenstein/repromockitokclassissue

Reproducer for Kotlin reflection bug KT-40863
https://github.com/zach-klippenstein/repromockitokclassissue

Last synced: about 1 month ago
JSON representation

Reproducer for Kotlin reflection bug KT-40863

Awesome Lists containing this project

README

        

# ReproMockitoKClassIssue

This is a minimal reproducer project for the Kotlin reflection bug [KT-40863](https://youtrack.jetbrains.com/issue/KT-40863).

All the code is in [src/test/kotlin/ReproTest.kt](src/test/kotlin/ReproTest.kt), just clone
and run `./gradlew test`.