mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
AllOpen: Add IDE integration
This commit is contained in:
committed by
Yan Zhulanow
parent
4d638c2cfd
commit
6abde4223b
19
plugins/allopen/allopen-cli/testData/bytecodeListing/allOpenOnNotClasses.kt
vendored
Normal file
19
plugins/allopen/allopen-cli/testData/bytecodeListing/allOpenOnNotClasses.kt
vendored
Normal file
@@ -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