Create TrailingCommaIntention
#KT-34744
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
// ACTION: Add '@OptIn(MyExperimentalAPI::class)' annotation to 'foo'
|
||||
// ACTION: Add '@OptIn(MyExperimentalAPI::class)' annotation to containing class 'Derived'
|
||||
// ACTION: Add '-Xopt-in=MyExperimentalAPI' to module light_idea_test_case compiler arguments
|
||||
// ACTION: Enable a trailing comma by default in the formatter
|
||||
// ERROR: This declaration overrides experimental member of supertype 'Base' and must be annotated with '@MyExperimentalAPI'
|
||||
|
||||
@RequiresOptIn
|
||||
|
||||
Reference in New Issue
Block a user