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