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
3d7b503cd675b9f44bacae0ce97ce734d725d1e8
kotlin-fork
/
idea
/
testData
/
debugger
/
tinyApp
/
src
/
forTests
T
History
Yan Zhulanow
ada71ce3cd
Evaluate: Use '<name>_field' syntax for field value evaluation (KT-14075)
2018-12-12 21:40:42 +09:00
..
javaContext
Debugger: allow to evaluate 'this' and fields in java files
2016-08-16 09:08:34 +03:00
Computable.java
Make function delegated to sam adapter synthetic
2016-02-17 15:08:53 +03:00
coroutines.kt
Rename SuccessOrFailure to Result and hide Failure from ABI
2018-09-09 11:34:31 +03:00
FieldsGetters.java
Evaluate: Use '<name>_field' syntax for field value evaluation (KT-14075)
2018-12-12 21:40:42 +09:00
inlineFunction2.kt
…
inlineFunctionSameLinesDependent.kt
…
inlineFunctionWithBreakpoint.kt
Debugger: do not put breakpoints at lines from another file in case of inline function
2016-02-17 15:08:56 +03:00
multiFilePackage.kt
Fix Evaluate Expression for inline functions from multifile package class.
2018-01-16 16:00:32 +03:00
MyJavaClass.java
Test step into for Java constructor with SAM conversion
2017-12-15 16:14:50 +03:00
SamConversion.java
Fix search of correspondent call expression by element (KT-11234)
2017-03-10 14:58:13 +03:00
simpleKt.kt
…