Merged LoadCompiledKotlin test int LoadJavaTest.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package test
|
||||
|
||||
trait A {
|
||||
internal fun f() : Int
|
||||
internal val v : Int
|
||||
public var p : Int
|
||||
internal set
|
||||
}
|
||||
Reference in New Issue
Block a user