AllOpen: Add IDE integration
This commit is contained in:
committed by
Yan Zhulanow
parent
4d638c2cfd
commit
6abde4223b
@@ -0,0 +1,14 @@
|
||||
annotation class AllOpen
|
||||
|
||||
@AllOpen
|
||||
class Test {
|
||||
fun testMethod() {}
|
||||
|
||||
class Nested {
|
||||
fun nestedMethod() {}
|
||||
}
|
||||
|
||||
inner class Inner {
|
||||
fun innerMethod() {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user