Files
kotlin-fork/idea/resources/inspectionDescriptions/WarningOnMainUnusedParameterMigration.html
T
2020-02-10 17:04:07 +07:00

6 lines
145 B
HTML

<html>
<body>
Since Kotlin 1.4, a main function with an unused parameter has a compiler warning <code>UNUSED_PARAMETER</code>.
</body>
</html>