mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
Take java 9 modules into account in coroutines debug metadata
reading #KT-28237
This commit is contained in:
3
compiler/testData/javaModules/coroutinesDebugMetadata/usage/module-info.java
vendored
Normal file
3
compiler/testData/javaModules/coroutinesDebugMetadata/usage/module-info.java
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
module usage {
|
||||
requires kotlin.stdlib;
|
||||
}
|
||||
Reference in New Issue
Block a user