New J2K: Transfer java method to kotlin function symbol
This commit is contained in:
committed by
Ilya Kirillov
parent
cc3564395c
commit
269d3f42c6
@@ -58,6 +58,7 @@ class JavaMethodToKotlinFunctionConversion(private val context: ConversionContex
|
||||
declaration.modality
|
||||
).also {
|
||||
it.psi = declaration.psi
|
||||
context.symbolProvider.transferSymbol(it, declaration)
|
||||
}
|
||||
} else {
|
||||
declaration
|
||||
|
||||
Reference in New Issue
Block a user