Refactoring: Use generators for highlighting tests
- Store options for test in file - Change default for namesHighlightingTest - Combine highlighting and deprecated tests
This commit is contained in:
@@ -16,4 +16,7 @@ class MyClass() {
|
||||
|
||||
deprecated("Use A instead") public val test3: String = ""
|
||||
[deprecated("Use A instead")] get
|
||||
}
|
||||
}
|
||||
|
||||
// NO_CHECK_INFOS
|
||||
// NO_CHECK_WEAK_WARNINGS
|
||||
Reference in New Issue
Block a user