Skip to content

cant resolve operators #595

@yaroj

Description

@yaroj
		double current = 0;
		current += 100000;
		current *=0.9;
		long testLong = 1234;
		testLong += 420;
		testLong /= 13;
		testLong++;
		Console.WriteLine(current);
		Console.WriteLine(testLong);
		int t = 13;
		t++;
		t+=406;
		Console.WriteLine(t);

Image

consulo cant resolve many different operators

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions