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
- Host: GitHub
- URL: https://github.com/zach-klippenstein/repromockitokclassissue
- Owner: zach-klippenstein
- Created: 2020-08-05T19:43:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-08-05T20:03:53.000Z (over 4 years ago)
- Last Synced: 2025-01-29T08:11:51.466Z (3 months ago)
- Language: Kotlin
- Homepage: https://youtrack.jetbrains.com/issue/KT-40863
- Size: 54.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.