blob: 29f6994ec3260945fcbbcf126b4c2a995af31d3f [file] [log] [blame]
/*
* Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
package cases.localClasses
private val COMPARER = compareBy<String> { it.length }