a2c74d4324
Use JdkAndMockLibraryProjectDescriptor instead of a jar file, which needs to be regenerated every time binary format changes
6 lines
73 B
Kotlin
6 lines
73 B
Kotlin
package dependency
|
|
|
|
public open class A {
|
|
public open fun foo() {}
|
|
}
|