This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a2cf01162e2f861448161d10413da50feebc5f00
kotlin-fork
/
idea
/
idea-completion
/
testData
/
basic
/
common
/
primitiveCompletion
T
History
Roman Golyshev
a2cf01162e
Fix bug with member extensions with explicit receiver
...
Co-authored-by: Ilya Kirillov <
ilya.kirillov@jetbrains.com
>
2020-08-09 12:01:48 +03:00
..
classExtensionFunctionExplicitReceiver.kt
Fix bug with member extensions with explicit receiver
2020-08-09 12:01:48 +03:00
classFieldsAndFunctions.kt
Fix bug with member extensions with explicit receiver
2020-08-09 12:01:48 +03:00
classFieldsAndFunctionsExplicitReceiver.kt
…
classFieldsAndFunctionsFromInheritor.kt
…
classFieldsAndFunctionsFromInnerClass.kt
…
classFieldsAndFunctionsFromInnerClassExplicitReceiver.kt
Iterate on symbols, not on scopes
2020-08-09 12:01:15 +03:00
defaultKotlinImports.kt
Use index to get symbols from importing scopes
2020-08-09 12:01:25 +03:00
explicitReceiverCompletion.kt
…
extensionPropertyAndFunctionExplicitReceiver.kt
…
extensionPropertyAndFunctionImplicitReceiver.kt
Iterate on symbols, not on scopes
2020-08-09 12:01:15 +03:00
genericExtensionPropertyAndFunctionExplicitReceiver.kt
…
implicitReceiverCompletion.kt
Fix bug with member extensions with explicit receiver
2020-08-09 12:01:48 +03:00
implicitReceiverFromExtensionMethod.kt
Use more correct check for the constructor symbol
2020-08-09 12:01:23 +03:00
insideFunctionWithParameters.kt
Use index to get symbols from importing scopes
2020-08-09 12:01:25 +03:00
localVariablesAndFunctions.kt
…
localVariablesAndFunctionsFromNestedScope.kt
…
nullableCompletion.kt
Use index to get symbols from importing scopes
2020-08-09 12:01:25 +03:00
smartCast.kt
Add test for smartcast
2020-08-09 12:01:07 +03:00
stringCompletion.kt
Use index to get symbols from importing scopes
2020-08-09 12:01:25 +03:00
topLevelVariablesAndFunctions.kt
…
twoReceivers.kt
…