Temp revert fix for KT-10591 as it causes non-obvious test breakage
This commit is contained in:
@@ -417,7 +417,7 @@ abstract class KotlinCommonBlock(
|
||||
childrenAlignmentStrategy: CommonAlignmentStrategy,
|
||||
wrappingStrategy: WrappingStrategy
|
||||
): Sequence<ASTBlock> {
|
||||
if (node.elementType == KtNodeTypes.FUN) {
|
||||
if (node.elementType == KtNodeTypes.FUN && false /* TODO fix tests and restore */) {
|
||||
val filteredChildren = node.children().filter {
|
||||
it.textRange.length > 0 && it.elementType != TokenType.WHITE_SPACE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user