Introduce OptionalExpectationInspection
It works at INFORMATION level only and is intended to form quick-fixes to add relevant actual declarations. #KT-25533 Fixed
This commit is contained in:
@@ -0,0 +1 @@
|
||||
// Ann: to be implemented
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
package kotlin
|
||||
|
||||
// Ann: to be implemented
|
||||
actual
|
||||
annotation class Ann
|
||||
Reference in New Issue
Block a user