Merged LoadCompiledKotlin test int LoadJavaTest.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
class ExtPropInClass {
|
||||
var Int.itIs: Int
|
||||
get() = throw Exception()
|
||||
set(p: Int) = throw Exception()
|
||||
}
|
||||
Reference in New Issue
Block a user