using System.Collections.Generic;
private static string a = null;
private static string b = "Нет, это котлин сосет";
private static string c = null;
private static string d = "Да, сосет";
static void Main(string[] args)
var list = new List<string>();
foreach (var elem in list)
static void AddNotNull<T>(this List<T> l, T t)