7995ae05c5
Related to KT-22303
7 lines
286 B
HTML
7 lines
286 B
HTML
<html>
|
|
<body>
|
|
Reports inline functions with not-null extension receivers which does not use the fact that extension receiver is not null.
|
|
This function are dangerous to call in Kotlin 1.2 on actual nullable flexible receiver type.
|
|
Consider making receiver type nullable.
|
|
</body>
|
|
</html> |