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
77765a80640094de31db96778dbd0a65bbc5f661
kotlin-fork
/
idea
/
testData
/
exitPoints
T
History
Evgeny Gerashchenko
985b8c0ba6
KT-8042 ISE at KotlinHighlightExitPointsHandlerFactory.createHighlightUsagesHandler() on typing a function name starting with
throw
...
#KT-8042 fixed #EA-68157 fixed
2015-06-17 13:14:05 +03:00
..
inline1.kt
…
inline2.kt
…
inlineLocalReturn1.kt
…
inlineLocalReturn2.kt
…
inlineWithNoInlineParam.kt
More proper code to check if lambda is inlined. Parameter of inline function can be annotated with "noInline".
2015-04-08 15:14:15 +03:00
invalidReturn.kt
KT-8042 ISE at KotlinHighlightExitPointsHandlerFactory.createHighlightUsagesHandler() on typing a function name starting with
throw
2015-06-17 13:14:05 +03:00
invalidThrow.kt
KT-8042 ISE at KotlinHighlightExitPointsHandlerFactory.createHighlightUsagesHandler() on typing a function name starting with
throw
2015-06-17 13:14:05 +03:00
localFunction1.kt
…
localFunction2.kt
…
localFunctionThrow.kt
…
notInline1.kt
…
notInline2.kt
…
simple.kt
…
throw1.kt
…
throw2.kt
…