Merged LoadCompiledKotlin test int LoadJavaTest.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package test
|
||||
|
||||
class A {
|
||||
var a by MyProperty()
|
||||
}
|
||||
|
||||
class MyProperty<T> {
|
||||
fun get(t: T, p: PropertyMetadata): Int = 42
|
||||
fun set(t: T, p: PropertyMetadata, i: Int) {}
|
||||
}
|
||||
Reference in New Issue
Block a user