Merged LoadCompiledKotlin test int LoadJavaTest.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package test
|
||||
|
||||
// test composed from KT-2193
|
||||
|
||||
trait A {
|
||||
open var v: String
|
||||
get() = "test"
|
||||
set(value) {
|
||||
throw UnsupportedOperationException()
|
||||
}
|
||||
}
|
||||
|
||||
class B() : A
|
||||
Reference in New Issue
Block a user