Merged LoadCompiledKotlin test int LoadJavaTest.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package test
|
||||
|
||||
var Int.junk: Short
|
||||
get() = throw Exception()
|
||||
set(p: Short) = throw Exception()
|
||||
|
||||
val String.junk: Int
|
||||
get() = throw Exception()
|
||||
Reference in New Issue
Block a user