AllOpen: Add IDE integration
This commit is contained in:
committed by
Yan Zhulanow
parent
4d638c2cfd
commit
6abde4223b
@@ -0,0 +1,19 @@
|
||||
@AllOpen
|
||||
annotation class AllOpen
|
||||
|
||||
@AllOpen
|
||||
interface Intf
|
||||
|
||||
@AllOpen
|
||||
object Obj
|
||||
|
||||
@AllOpen
|
||||
enum class Enum
|
||||
|
||||
class MyClass {
|
||||
@AllOpen
|
||||
fun method() {}
|
||||
|
||||
@field:AllOpen @get:AllOpen @set:AllOpen
|
||||
var prop: String = ""
|
||||
}
|
||||
Reference in New Issue
Block a user