This website requires JavaScript.
Explore
Help
Register
Sign In
jlengrand
/
kotlin
Watch
1
Star
0
Fork
0
You've already forked kotlin
mirror of
https://github.com/jlengrand/kotlin.git
synced
2026-05-16 00:21:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e574106799aed4742b99dbf20bfd04f1de2fcce6
kotlin
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
java
History
Dmitriy Novozhilov
e574106799
[NI] Support
@OnlyInputTypes
annotation. #KT-29307 fixed
2019-05-29 10:54:41 +03:00
..
concurrentHashMapContains.kt
[NI] Support
@OnlyInputTypes
annotation. #KT-29307 fixed
2019-05-29 10:54:41 +03:00
concurrentHashMapContains.txt
Add diagnostic for calling ConcurrentHashMap::contains by convention
2018-12-12 15:37:50 +03:00
concurrentHashMapContainsError.kt
[NI] Support
@OnlyInputTypes
annotation. #KT-29307 fixed
2019-05-29 10:54:41 +03:00
concurrentHashMapContainsError.txt
Add diagnostic for calling ConcurrentHashMap::contains by convention
2018-12-12 15:37:50 +03:00
functionN.kt
…
functionN.txt
…
inheritedFunctionN.kt
Wrap diagnostic parameters to double quotes and split by comma instead of semicolon
2019-02-14 12:31:42 +03:00
inheritedFunctionN.txt
Prohibit inheritance of Java members containing FunctionN types
2018-09-12 09:49:25 +03:00
patternCompileCallableReference.kt
…