We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f36897 commit a092f02Copy full SHA for a092f02
Writerside/topics/Symbols.md
@@ -92,7 +92,8 @@ val ktNamedFunction: KtNamedFunction = ...
92
93
analyze(ktNamedFunction) {
94
val functionSymbol = ktNamedFunction.symbol
95
- // Although the PSI element is named 'KtNamedFunction', it can be an anonymous one (the name is 'null')
+ // Although the PSI element is named 'KtNamedFunction',
96
+ // it can be an anonymous one (the name is 'null')
97
if (functionSymbol is KaNamedFunctionSymbol) {
98
// Here we have a truly named function
99
check(functionSymbol.isOperator)
0 commit comments