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